home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 December / CHIP_12_2002.iso / CHIP / Internet i g@dzety / E-mail checkers / nPOP 1.0.0 / readme.txt < prev   
Encoding:
Text File  |  2002-07-01  |  2.9 KB  |  120 lines

  1. nPOP Ver 1.0.0
  2. --
  3.  
  4. [Introduction]
  5.  
  6. This software allows you to access e-mail on a POP3 mail server on your Pocket PC or PC. It
  7. provides the function of common remote e-mail access.
  8.  
  9. The mail displayed by nPOP is only the mail on the present on the server. Therefore, if mail
  10. is deleted from your server it will disappear from a list, even if the mail is displayed in
  11. the list.
  12.  
  13. When you connect using nPOP, the mail is listed and you can see the header only.  From that
  14. list you can select e-mail you want to receive on your Pocket PC or PC. This is more efficient
  15. than downloading all the e-mail on your Pocket PC or PC.
  16.  
  17. It can be use for management of the mail on a server etc. as a method to check for the arrival
  18. of new e-mail.
  19.  
  20.  
  21. [Function]
  22.  
  23. - Receive E-Mail (POP3 and APOP)
  24. - Send Mail (SMTP and SMTP-AUTH and POP before SMTP)
  25. - User specified ports for POP3 and SMTP
  26. - Multi-account support (round reception is possible)
  27. - Automatic check for new mail
  28. - Mail is saved in a message box.
  29. - A thread display of the mail list
  30. - Support for attachments when sending and receiving e-mail (RFC 2231)
  31. - Filters for Routing Received E-Mail
  32. - Simple address book
  33. - Dial-up management
  34.  
  35.  
  36. [Environment]
  37.  
  38. - Win32 - Windows95, 98, Me, NT4.0, 2000, XP
  39.  
  40. - Pocket PC 2002
  41.     + nPOP.arm.CAB   - CPU : StrongARM, XScale
  42.  
  43. - Pocket PC
  44.     + nPOP.mips.CAB  - CPU : MIPS
  45.     + nPOP.sh3.CAB   - CPU : SH-3
  46.     + nPOP.arm.CAB   - CPU : StrongARM, XScale
  47.  
  48.     Copy CAB file to Pocket PC using ActiveSync, and click on it to install nPOP.
  49.  
  50. - Windows CE 2.11 and later - StrongARM, MIPS, SH-3, SH4
  51.  
  52. - Windows CE 2.0 and later - MIPS, SH-3
  53.  
  54.  
  55. [Language of mail edit]
  56.  
  57. End "nPOP.exe" and edit "nPOP.ini"
  58.  
  59. "HeadCharset=" and "BodyCharset="   - Character set
  60. "HeadEncoding=" and "BodyEncoding=" - Encoding (0-7bit 1-8bit 2-BASE64 3-quoted-printable)
  61.  
  62.  
  63. ### ISO-8859-1 (Latin1)
  64. HeadCharset="ISO-8859-1"
  65. HeadEncoding=3
  66. BodyCharset="ISO-8859-1"
  67. BodyEncoding=3
  68.  
  69. ### ISO-2022-JP (Japanese)
  70. FontName="MS Gothic"
  71. FontCharset=128
  72. LvFontName="MS UI Gothic"
  73. LvFontCharset=128
  74. HeadCharset="ISO-2022-JP"
  75. HeadEncoding=2
  76. BodyCharset="ISO-2022-JP"
  77. BodyEncoding=0
  78.  
  79. ### EUC-KR (Korean)
  80. FontName="MS Gothic"
  81. FontCharset=129
  82. LvFontName="MS UI Gothic"
  83. LvFontCharset=129
  84. HeadCharset="EUC-KR"
  85. HeadEncoding=2
  86. BodyCharset="EUC-KR"
  87. BodyEncoding=3
  88.  
  89. ### ISO-2022-KR (Korean)
  90. FontName="MS Gothic"
  91. FontCharset=129
  92. LvFontName="MS UI Gothic"
  93. LvFontCharset=129
  94. HeadCharset="EUC-KR"
  95. HeadEncoding=2
  96. BodyCharset="ISO-2022-KR"
  97. BodyEncoding=0
  98.  
  99. ### UTF-8 (UNICODE) [Windows CE: Unsupported]
  100. HeadCharset="UTF-8"
  101. HeadEncoding=2
  102. BodyCharset="UTF-8"
  103. BodyEncoding=2
  104.  
  105. --
  106.  
  107. Special thanks:
  108.   Manabu & Naomi Anzai
  109.   Chris De Herrera
  110.   Marlof Bregonje
  111.   Takehiko Hanada
  112.   Antoine
  113.  
  114. --
  115.  
  116. (C) Copyright 1999-2002 By Tomoaki Nakashima. All right reserved.
  117.     http://www.nakka.com/
  118.  
  119. 07/01/2002
  120.